id/email
password
forgot password | create account
about | help | prefs
ReadingBatcode reading practice

 

 

Athenian: Variablessubtract1

prev  |  next  |  chance

Determine the value returned by the function.

def minus(num):
    diff = num - 4
    return diff
Function Call  Return Value
minus(5)    
minus(-4)  
minus(0)    

Experiment with this code on Gitpod.io

⬅ Back